import { PageControl } from '@launch/components/PageControl';
import { Logo } from '@launch/svg';
export const PageLayout = ({ children, includeNav = true }) => {
return (
{window.extSharedData?.partnerLogo ? (
) : (
)}
{children}
{includeNav &&
}
);
};
{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}